home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / dl_serie / updates / 040 / icfs / icfs.eng next >
Text File  |  1995-11-25  |  4KB  |  95 lines

  1. ICFS - What's that?                                      June 13, 1994
  2.  
  3. Since  version  1.07,  Atari's  MultiTOS  has  a  new feature,  called
  4. "iconify".  It  means that you can shrink a window down to the size of
  5. an icon  (hence the name).  A very useful feature since it enables you
  6. to  get  windows  out of the way if you don't need the program  (which
  7. they belong to) at the moment.  With a click on such a shrinked window
  8. it regains it's original size and place.
  9.  
  10. Unfortunately,  all  MultiTOS  versions  haveing  this feature are not
  11. available  for  the general public at this moment in time.  Apart from
  12. that,  it would be nice to have this feature with SingleTOS and Mag!X,
  13. too.  It  would  be no problem,  implementing a similar solution in an
  14. application.  But if more than one program does this, the place of the
  15. shrinked windows must be coordinated between them - and that's exactly
  16. what ICFS does (ICFS stands for "IConiFy Server").
  17.  
  18. MultiTOS  places the shrinked windows on the lower edge of the screen,
  19. starting in the lower left corner, going left to right and up. This is
  20. therefore the default method used by ICFS. Use ICFS.CPX to change this
  21. behaviour.
  22.  
  23.  
  24. Installation
  25.  
  26. Copy ICFS.PRG into your AUTO folder and reboot. That's all.
  27.  
  28. ICFS  installs  a cookie,  with which programs can get a position for
  29. their  shrinked  windows.  ICFS  does not allocate any processor time
  30. since  it  is not installed in any traps or vectors.  The use of ICFS
  31. should  not  cause  any problems since it is only called by programms
  32. which are aware of it.
  33.  
  34.  
  35. How do I use this?
  36.  
  37. To iconify a window, click on the window's closer and hold down one of
  38. the following keys:
  39.  
  40.   [Alternate] - shrink a single window
  41.   [Control]   - shrink all windows to one
  42.   [Shift]     - shrink all windows, one by one
  43.  
  44. This must be supported by the program, otherwise it won't work!
  45.  
  46.  
  47. Which programs support ICFS?
  48.  
  49. At  this  moment  in  time the following programs support ICFS  (as of
  50. June 13, 1994; please connect me if you have any corrections)
  51.  
  52.   programm     version    type           author
  53.  ---------------------------------------------------------------
  54.   Chatwin      3.01       shell          Dirk Haun @ WI2
  55.   IconMan      0.63       icon utility   Dirk Haun @ WI2
  56.   Kandinsky    1.69       drawing prg.   Ulrich Rossgoderer @ M
  57.   ObjectGEM    1.11       PP lib         Thomas Much @ KA2
  58.   SysGEM       1.10       PC/PP lib      Andreas Pietsch @ WI2
  59.   SysInfo      2.10       system info    Thorsten Bergner @ B
  60.   Windoze      PL 0       PC lib         Dirk Haun @ WI2
  61.   XAcc-Spy     25.03.94   XACC utility   Thomas Much @ KA2
  62.   Yukon        Rel. D     cards game     Dirk Haun @ WI2
  63.   Zeig's mir   0.22       file viewer    Reiner Rosin @ WI2
  64.  ---------------------------------------------------------------
  65.   (PC: Pure C, PP: Pure Pascal; e-mail adresses: MausNet)
  66.  
  67.  
  68. Who's responsible for all this?
  69.  
  70. Nobody, since you use this software  (as any other)  at your own risk.
  71. The original idea however is by
  72.  
  73.      Rosin Datentechnik
  74.      Reiner Rosin
  75.      Peter-Spahn-Str. 4
  76.      D-65375 Oestrich-Winkel
  77.      Germany
  78.      Telefon 06723 4978  Fax 7190
  79.  
  80.      email Reiner Rosin @ WI2 (MausNet) / Reiner_Rosin@wi2.maus.de
  81.  
  82. whereas the program ICFS and this text were written by
  83.  
  84.      Dirk Haun
  85.      Europastr. 8
  86.      D-64569 Nauheim
  87.      Germany
  88.      
  89.      e-mail: Dirk Haun @ WI2 (MausNet)
  90.  
  91.  
  92. ICFS  is  freeware.  You  are  allowed  to  include ICFS into your own
  93. software.  If  you  only  include part of the package please make sure
  94. that this includes at least ICFS.PRG and ICFS.TXT (or ICFS.ENG).
  95.